i am new on Nestjs and javascript. I got an error just becauseof printing a text line by console.log()
const my_text ="123" console.log(my_text)
check your imports
import console from 'console'; - remove this line